home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0195.lzh / AMOSLIST / text0117.txt < prev    next >
Encoding:
Text File  |  1995-02-01  |  1.7 KB  |  42 lines

  1. > I'm new on this amos mailing list and had some questions
  2. > about amos.
  3. > I am learning to code some nice demos in amos pro and
  4. > therefore i bought the amospd-cd. (realy great!!)
  5. > thing is  that i found some demos wich only showed
  6. > procedure s
  7. > proc s
  8. > and that was it..
  9. > when i tried to open the procedure it didn't work.
  10. > up to now i hadn't had any luck with this.
  11. > does anybody know how to show the whole source of the demo??
  12. > it would help me a lot.
  13.  
  14.     I haven't bought the AMOSPD CD, but I think I know what's going on here.
  15. I think some of the demos must not have been entirely possible in AMOS and
  16. therefore have had parts done in other languages (assembly) for speed.  These
  17. assembly routines can be compiled and included in the program as a procedure
  18. that cannot be opened (because there are no equivalent AMOS commands to display
  19. in place of the machine code instructions which now occupy that space).  It's
  20. possible that these procedures are locked or something, but I doubt that
  21. because the purpose of the CD should be to expose programming techniques to
  22. others to help out... not hide them.
  23.     Also, if you're interested in AMOS code, let me re-post my WWW page
  24. which has many AMOS programs in ASCII format:
  25. http://www.cs.hope.edu/~marty/
  26. This will bring up an index from which you can select any of my pages including
  27. my AMOS Programs page.  Oh, and if you don't have WWW access, let me know and
  28. I can send you code directly.  If you need a list of what's available, I can
  29. send you the page that links to all the programs in text format -- it includes
  30. summaries of each program.
  31.     The above offer goes for anybody else on the list as well.  If there
  32. are enough requests, I can re-post the list of available programs.
  33.  
  34.